home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / NGService.README < prev    next >
Text File  |  1992-08-29  |  3KB  |  80 lines

  1. NGService
  2. Copyright 1992, Scott Anguish
  3.  
  4.  
  5. Welcome to NGService... a service provider to help those who don't use NewsGrazer to read NewsGrazer articles easily.
  6.  
  7. Who am I
  8. -------------------------
  9. Scott Anguish
  10. Digital Fix Development
  11. 589 Beechwood Drive, Unit 30
  12. Waterloo, Ontario
  13. N2T 2K9
  14. 519 886-0885
  15. 519 886-3673 (fax)
  16. sanguish@digifix.com            (NextMail of course!)
  17. d6870@applelink.apple.com        (Not NextMail of course!)
  18.  
  19. Category
  20. -------------------------
  21. I guess that NGService falls into several of the categories below.  Hopefully someone else can decide :-)
  22.  
  23. Multimedia                (it implements GraphicCells in text)
  24. Programming             (it comes with code)
  25. Utilities/Services        (its a service provider)
  26.  
  27.  
  28. Purpose and instructions
  29. -------------------------
  30. NGService allows you to select the NewsGrazer portion of a posting and view it as you would in NewsGrazer!
  31.  
  32. Select the lines from ...
  33.  
  34. -- NewsGrazer, a NeXTstep(tm) news reader, posting --
  35. M>UQR=&8P7&%N<VE[7&9O;G1T8FQ<9C%<9G-W:7-S($AE;'9E=&EC83M<9C!<
  36. M9FUO9&5R;B!#;W5R:65R.WT*7&UA<F=L,3(P"EQM87)G<C$R,`I[7&-O;&]R
  37.  
  38. down to ...
  39.  
  40. M("`@("`@"0E.95A4;6%I;#H@9VQE;FY`<FEG:'1B<F%I;BYC;VU<"B!2:6=H
  41. M=$)R86EN(%-O9G1W87)E"30Q-2TS,C8M,CDW-"`H3F585&9A>"`S,C8M,CDW
  42. ?-RE<"B!086QO($%L=&\L($-A;&EF;W)N:6%<"@I]"F58
  43. `
  44.  
  45. and select the NGService->Read option from the services menu.  NGService will launch, and bring up a window that will show you the contents.
  46.  
  47. Used for 
  48. -------------------------
  49. NGService actually arose from the number of complaints on the Net about NewsGrazer posts, and those who don't want to use NewsGrazer, or want to be able to view NewsGrazer postings at home, where they don't have enough CNews set up to run NewsGrazer.
  50.  
  51. It also served the purpose of introducing me to NeXT services, and cells in Text Objects.
  52.  
  53.  
  54. Which NeXT release your software was developed under
  55. ----------------------------------------------------
  56. NGService was implemented under 2.x, and the only change that was needed to get it running under 3.0 was to have Project Builder convert the IB.proj file to the new PB.project format, and then change one line in the Makefile.preamble...
  57.  
  58. In 2.x  you would use
  59.  
  60. LDFLAGS =
  61.  
  62. and in 3.0 you use
  63.  
  64. OTHER_LDFLAGS =
  65.  
  66. It doesn't use any of the new 3.0 features, but it does work under it!
  67.  
  68. Comments
  69. --------
  70. Its sloppy, but it works.
  71.  
  72. There is also a good part of the code that is written to implement the creation of NewsGrazer postings.  However thats not hooked-up/tested/ or finished.
  73.  
  74.  
  75. I wrote this months ago, and made it available at the usual FTP sites.  However I didn't release the source code for it.  This is the first time that I have made the source available, and I hope that it is useful for someone.
  76. The program and its source is copyright, 1992 Scott Anguish.
  77.  
  78. You can't sell it.  And if you pass it along, please make sure that my name and email address stays in both the source, and in the info box.
  79.  
  80. If you make changes, please send them to me.